Assembly Analyzer

asmanalyzer.zip (27,1 MB)
Assembly Analyzer allows the user to view the resources and metadata contained within .NET assemblies. It also contains a disassembler that displays source code for methods and dependencies, including call graphs.

Bordecal tools for FxCop

Bordecal tools for FxCop provides an extended framework for FxCop rule development. It allows rule developers to avoid using embedded XML resource files to configure their rules, as well as providing tools for automated testing of rules.

Clone Detective for Visual Studio

Clone Detective is a Visual Studio package that allows you analyze your C# project for clones. A clone is region of source code that is duplicated.

Crap4Net

Crap4Net.zip (11,8 MB)
C.R.A.P is a code metric aimed at indicating the confidence level a developer should have at its code. It considers the code complexity versus it test coverage. This project helps .NET developers to measure the C.R.A.P level of their code.

FxCop Integrator

FxCop Integrator allows to integrate stand-alone FxCop and Code Metrics PoewrTool into VS2010. You can analysis your source code on VS2010 Pro.

FxFix

FxFix.zip (1,0 MB)
Fixes defect identified by static code analysis tools like FxCop and StyleCop.

JSLint for Visual Studio 2010

JSLint JavaScript Code Analysis Add-in for Visual Studio 2010

MapCop

MapCop.zip (1,2 MB)
A program for testing BizTalk map files (.BTM) for a set of best practices.

.NET Code Metrics

This project is intended to provide a Visual Studio addin that provides complexity calculation for methods

Reactive Extensions Plugin for Resharper

A Resharper plug-in to help use the Reactive Extension libraries. This has been developed for Resharper version 7.1 and supports the following version of the .N

ShareLog Code Inspector

sharelog.zip (337 kB)
ShareLog Code Inspector is helping SharePoint architects and administrators to analyze existing WSP packages, calculate metrics and create dependencies graphs.

SPCop SharePoint Code Check

SPCop is a command line tool helping to check SharePoint WSPs, if rules, guidelines and best practices are met.

Source Analysis Policy

Provides a Team Foundation Server (TFS) check-in policy for source analysis using StyleCop and the .NET 3.5 Framework.

Source Code Word Cloud Generator

Generate word cloud form your code to see what your code is about and what it does. A word cloud is a set of randomly arranged keywords, variable and class names etc. used in your code. The size and the color of each word expresses it's usage frequency. Rarely used words are small and pale. It might give you a hint about how good or bad your code base is and how to improve it.

SpCop

SpCop.zip (2,4 MB)
The aim of this project is to offer a utility similar to fxcop but for wsp packages. At the end it should contain enough rules to ensure good practices and allow automated audits or checks at build time for example.

StyleCop for ReSharper

"StyleCop for ReSharper" is a ReSharper plugin that allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations.

TSQL Smells SSDT

TSQL 'smells' finders TSQL Code can smell, it may work just fine but there can be hidden dangers held within.

Understand 4 C++ Managed API

Scientific Toolsworks (www.scitools.com) makes a product called Understand 4 C++ that is a source code analyzer. They provide a C API, which I have taken an wrapped in a C++/CLI wrapper. The Understand API basically lets you do reflection over native code.

patterns & practices: Visual Studio 2005 Team System Guidance

The purpose of this project is to build some insightful and practical guidance around using Visual Studio Team System 2005. It's a collaborative effort between patterns & practices, VSTS team members, and industry experts.